home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 5 Developer's Kit / Visual Basic 5 Developer's Kit.iso / codes / unit1.~df / unit1.txt < prev   
Text File  |  1997-07-10  |  2KB  |  82 lines

  1. object Form1: TForm1
  2.   Left = 114
  3.   Top = 85
  4.   BorderStyle = bsNone
  5.   Caption = 'Form1'
  6.   ClientHeight = 399
  7.   ClientWidth = 514
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 514
  20.     Height = 399
  21.     Align = alClient
  22.     BevelInner = bvLowered
  23.     BorderWidth = 5
  24.     Caption = 'Panel1'
  25.     TabOrder = 0
  26.     object Image1: TImage
  27.       Left = 7
  28.       Top = 7
  29.       Width = 500
  30.       Height = 385
  31.       Align = alClient
  32.       Picture.Data = {<image000.bmp>}
  33.     end
  34.     object Image2: TImage
  35.       Left = 40
  36.       Top = 352
  37.       Width = 73
  38.       Height = 25
  39.       Hint = 'Exit'
  40.       ParentShowHint = False
  41.       ShowHint = True
  42.       OnClick = Image2Click
  43.     end
  44.     object Image3: TImage
  45.       Left = 40
  46.       Top = 296
  47.       Width = 137
  48.       Height = 33
  49.       OnClick = Image3Click
  50.     end
  51.     object Image4: TImage
  52.       Left = 344
  53.       Top = 224
  54.       Width = 153
  55.       Height = 33
  56.       OnClick = Image4Click
  57.     end
  58.     object Image5: TImage
  59.       Left = 392
  60.       Top = 280
  61.       Width = 57
  62.       Height = 25
  63.       OnClick = Image5Click
  64.     end
  65.     object Image6: TImage
  66.       Left = 368
  67.       Top = 328
  68.       Width = 105
  69.       Height = 25
  70.       OnClick = Image6Click
  71.     end
  72.     object MediaPlayer1: TMediaPlayer
  73.       Left = 136
  74.       Top = 120
  75.       Width = 253
  76.       Height = 30
  77.       Visible = False
  78.       TabOrder = 0
  79.     end
  80.   end
  81. end
  82.